-
Notifications
You must be signed in to change notification settings - Fork 11
Add to irrelevant_files list #217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Zuul encountered a syntax error while parsing its while parsing a block mapping |
Zuul encountered a syntax error while parsing its while parsing a block mapping |
1 similar comment
Zuul encountered a syntax error while parsing its while parsing a block mapping |
Zuul encountered a syntax error while parsing its mapping values are not allowed in this context |
Zuul encountered a syntax error while parsing its while constructing a mapping |
Zuul encountered a syntax error while parsing its expected a dictionary @ data['irrelevant-files'][0] The problem appears in the the "functional-logging-tests-osp18" job stanza: job: in "infrawatch/feature-verification-tests/.zuul.yaml@master", line 47 |
Zuul encountered a syntax error while parsing its while constructing a mapping |
Zuul encountered a syntax error while parsing its while parsing a block mapping |
Zuul encountered a syntax error while parsing its while constructing a mapping |
Zuul encountered a syntax error while parsing its expected a dictionary @ data['irrelevant-files'][0] The problem appears in the the "functional-logging-tests-osp18" job stanza: job: in "infrawatch/feature-verification-tests/.zuul.yaml@master", line 47 |
Zuul encountered a syntax error while parsing its while parsing a block mapping |
Zuul encountered a syntax error while parsing its while parsing a block mapping |
Zuul encountered a syntax error while parsing its while parsing a block mapping |
Zuul encountered a syntax error while parsing its while parsing a block mapping |
32f4202
to
4dbf191
Compare
…ry_logging Depends-On: #217
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to add irrelevant files to the functional-tests-on-osp18 (i.e. autoscaling) job.
.zuul.yaml
Outdated
@@ -75,7 +94,25 @@ | |||
roles: | |||
- zuul: github.com/openstack-k8s-operators/ci-framework | |||
required-projects: *required_projects | |||
irrelevant-files: *irrelevant_files | |||
irrelevant-files: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe "files" is better than irrelevant-files, since it will result in a shorter list.
You could start with running these on any changes outside the roles/ dir + changes to the relevant role.
i.e. something like
files:
- regex: 'roles/*'
negate: true
- roles/telemetry_autoscaling
- ci/vars-metric-verification-tests.yml
# whatever other files from ci/ are relevant
source: https://zuul-ci.org/docs/zuul/latest/config/job.html#attr-job.files
source: https://zuul-ci.org/docs/zuul/latest/project-config.html#regular-expressions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just learned that there's that negate option for file name matching
recheck |
If irrelevant-files and files Are Present: Anyway we have different files in both lists. |
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
ff3754e
to
640970d
Compare
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
640970d
to
8cb9efc
Compare
Zuul encountered a syntax error while parsing its while scanning a simple key |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/28d4aa534b8c48ecb1d6155de0e22bad ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 00m 49s |
a71c982
to
030dd1a
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/6b905906657e430dbc5e265b96235787 ✔️ feature-verification-tests-noop SUCCESS in 5s |
* [ansible-lint] Update the config to ignore templates in task names * [telemetry_logging] Update task names for XML reporting * [common] Update task names for XML reporting * [common] Update the name for the pod tests to include the status_string and namespace that the pod is running in Add ceilometer_power_state to Metrics_verification test (#221) * Add test Ceilometer_power_state * Add the master_image to the zuul file * Add the master_image to the zuul file Add pod tests for Completed pods in the OpenStack namespace (#214) * [ci] Add logging tests: completed pods in openstack namespace * [ci] logging tests: update names for completed pods in openstack namespace * [ci] logging: update typo on pod name * [ci] Update pod list for completed status in openstack namespace This repo-setup-edpm-deployment-openstack-edpm-ipam doesn't need to be checked. --------- Co-authored-by: Alex Yefimov <[email protected]> [ci][logging] Add tests for services in the openstack namespace (#225) Co-authored-by: Alex Yefimov <[email protected]> [ci] Add endpoint tests to the logging job (#220) * [ci] Add endpoint tests to the logging job The test checks for the various openstack endpoints that we expect to exist Co-authored-by: "Alex Yefimov <[email protected]>" * [ci] Add vars/osp18_env to the logging playbook It contains the "openstack_cmd" var required for the endpoint tests * [common] Add documentation and default for openstack_cmd Fix kepler metrics tests (#224) Kepler metrics tests were added in [1] though the merged commit was not the correct one. This PR aplies changes from [2] that had more correct code of the tests. Fixes OSPRH-14029 [1] #193 [2] 0b5d856 Co-authored-by: Jaromír Wysoglad <[email protected]> Change required projects The projects should contain "github.com/" prefix. Fix rabbitmq test [zuul][graphing] Add the new dashboards to the test (#222) * Add the new dashboards to zuul job [ci] Add manifest tests to logging job (#228) Co-authored-by: Alex Yefimov <[email protected]> [telemetry_verify_metrics]: add openstack-network-exporter feature tests (#231) * feature_tests: add openstack-network-exporter feature tests Add tests for operator of openstack-network-exporter Signed-off-by: Aaron T. Smith <[email protected]> Co-authored-by: Aaron T. Smith <[email protected]> Co-authored-by: Jaromír Wysoglad <[email protected]> Add to irrelevant_files list for graphing, logging and autoscaling jobs Add to irrelevant_files list for graphing, logging and autoscaling jobs Add metrics verification tasks for power monitoring components (#193) Move container image patch to post_ctlplane hook Make autoscaling job voting Add tasks to show queried metrics [ci][logging] Move file tests to the compute nodes (#206) [ci] logging test: fix typo 0->O (#205) [ci][autoscaling] Add a note to the vars file for autoscaling (#215) The note explains why os-net-config is skipped Rename tasks for XML reporting (#181) * [ansible-lint] Update the config to ignore templates in task names * [telemetry_logging] Update task names for XML reporting * [common] Update task names for XML reporting * [common] Update the name for the pod tests to include the status_string and namespace that the pod is running in Add files to the zuul jobs Add files to the zuul jobs uncomment zuul.yaml Add ceilometer_power_state to Metrics_verification test (#221) * Add test Ceilometer_power_state * Add the master_image to the zuul file * Add the master_image to the zuul file Add pod tests for Completed pods in the OpenStack namespace (#214) * [ci] Add logging tests: completed pods in openstack namespace * [ci] logging tests: update names for completed pods in openstack namespace * [ci] logging: update typo on pod name * [ci] Update pod list for completed status in openstack namespace This repo-setup-edpm-deployment-openstack-edpm-ipam doesn't need to be checked. --------- Co-authored-by: Alex Yefimov <[email protected]> [ci][logging] Add tests for services in the openstack namespace (#225) Co-authored-by: Alex Yefimov <[email protected]> [ci] Add endpoint tests to the logging job (#220) * [ci] Add endpoint tests to the logging job The test checks for the various openstack endpoints that we expect to exist Co-authored-by: "Alex Yefimov <[email protected]>" * [ci] Add vars/osp18_env to the logging playbook It contains the "openstack_cmd" var required for the endpoint tests * [common] Add documentation and default for openstack_cmd Fix kepler metrics tests (#224) Kepler metrics tests were added in [1] though the merged commit was not the correct one. This PR aplies changes from [2] that had more correct code of the tests. Fixes OSPRH-14029 [1] #193 [2] 0b5d856 Co-authored-by: Jaromír Wysoglad <[email protected]> Change required projects The projects should contain "github.com/" prefix. Fix rabbitmq test [zuul][graphing] Add the new dashboards to the test (#222) * Add the new dashboards to zuul job Update .zuul.yaml [ci] Add manifest tests to logging job (#228) Co-authored-by: Alex Yefimov <[email protected]> [telemetry_verify_metrics]: add openstack-network-exporter feature tests (#231) * feature_tests: add openstack-network-exporter feature tests Add tests for operator of openstack-network-exporter Signed-off-by: Aaron T. Smith <[email protected]> Co-authored-by: Aaron T. Smith <[email protected]> Co-authored-by: Jaromír Wysoglad <[email protected]> Add to irrelevant_files list for graphing, logging and autoscaling jobs
889de08
to
1299073
Compare
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
Zuul encountered a syntax error while parsing its while scanning a simple key |
* Add test for health monitoring feature * Disable RBAC for KSM metrics Co-authored-by: Martin Mágr <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add to irrelevant_files list for graphing, logging and autoscaling jobs